home *** CD-ROM | disk | FTP | other *** search
/ Champak 41 / Volume 41 - JOGO DISK .iso / Games / konka_66.swf / scripts / DefineButton2_818 / BUTTONCONDACTION on(release).as next >
Text File  |  2007-05-10  |  372b  |  22 lines

  1. on(release){
  2.    if(_root.e_gjg > 0)
  3.    {
  4.       _root.gold.start();
  5.       _root.into.start();
  6.       _root.e_gjg -= 1;
  7.       _root.g += 200;
  8.    }
  9.    else
  10.    {
  11.       _root.err.start(1.2,1);
  12.       if(_root.yuyan == 0)
  13.       {
  14.          g_mous.show = "Σ╜áµ▓íµ£ëµö╢σê░µ¡ñµÇ¬∩╝ü";
  15.       }
  16.       else
  17.       {
  18.          g_mous.show = "Nothing!!";
  19.       }
  20.    }
  21. }
  22.